home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / trubasic / rolldemos / demos / rgb / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  933 b   |  19 lines

  1. Demos for True BASIC using SET MODE "RGB" and GSHADE(pts(,),clrs())
  2. -------------------------------------------------------------------
  3.  
  4. These programs use the Silicon Graphics specific functions for doing
  5. Gourard shading and RGB colors.
  6.  
  7. The SET MODE "RGB" statement changes the configuration from color map mode
  8. to RGB mode.  The color map is stored internally by True BASIC so that
  9. references to color names and numbers have consistent behavior in both modes.
  10. SET MODE "CMAP" returns the program to color map mode.
  11.  
  12. The GSHADE(pts(,),clrs()) function requires a two dimensional array of points
  13. and a corresponding array of color numbers.  The GSHADE function performs
  14. Gourard shading (color blending between vertices) for polygons.
  15.  
  16. These demos also use the SET MODE "DOUBLEBUFFER" feature for animation.
  17. Note that programs using doublebuffering must call the SET MODE "DOUBLEBUFFER"
  18. statement before any other graphics commands.
  19.